home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-07 | 1021 b | 26 lines | [TEXT/ttxt] |
- Settings File = TestBed
- Script Name = InScroll
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Remark "The script creates the 'conversation' region of"
- 2 Remark "the screen, and installs the cursor."
- 3 Remark "====================================="
- 4 Remark "Record the position of the cursor in the"
- 5 Remark "'keyboard' scroll region."
- 6 Remark "====================================="
- 7 Set Variable outCursRow from Expression "=CURSORROW"
- 8 Set Variable outCursCol from Expression "=CURSORCOL"
- 9 Remark "====================================="
- 10 Remark "Now create the 'conversation' scroll region."
- 11 Remark "====================================="
- 12 Send Local to Screen "^[[1;18r"
- 13 Remark "====================================="
- 14 Remark "Move the cursor to the position it last occupied"
- 15 Remark "in the 'conversation' region."
- 16 Remark "====================================="
- 17 Move Cursor to Absolute row "=inCursRow"
- 18 Move Cursor to Absolute column "=inCursCol"
-